html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #38B0E3;
	font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	line-height: 30px;
}
.welcome {
  background: url(../image/sa.jpg) left 50% no-repeat;
  color: #555;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0px 7px 15px;
  font-weight:normal;
}

h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #f00;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	color: #333;
	line-height: 15px;
	padding: 0px 10px 10px 10px;
	width: 986px;
	margin:0 auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 200px;
	margin-top:15px;
	margin-bottom:25px;
  clear:left;
}
#column-right {
	float: right;
	width: 200px;
	margin-top:15px;
}
#column-right .box{
  background:#333;
}
#column-right .box .box-content{
  margin:0 0 0 15px;
}
#content {
	background:#fff;
	min-height: 650px;
	margin-bottom: 25px;
	padding:0 0 20px 5px;			
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 210px;
	/*padding: 0 15px;*/
}
#column-right + #content {
	margin-right: 210px;
}
/* header */
#header {
	background: none;	
	padding: 0px;	
	position: relative;
	z-index: 99;
	height: 100px;
}
#header #logo {
	position: absolute;
	top: 5px;
	left: 0px;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #555;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 65px;
	height:44px;
	position: absolute;
	top: 32px;
	right: 5px;
	padding:0;
	text-align:right;
	z-index:1099;
	background:#fff;
}
#header #currency .heading h4 {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#currency a {
	display: inline-block;
	padding: 2px 6px;
	border: 0px solid #555;
	background:#38B0E3;
	color: #555;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #f00;
	text-decoration: none;
}
#cart-link {
	color: #555;
}
#header #cart {
	color: #999;
	position: absolute;
	top: 30px;
	right: 3px;
	z-index: 999;
	width:1px;
	
}
#header #cart .heading {
	text-align: left;
	float: right;
  width:130px;
  width:180px;
	padding: 5px 14px 5px 14px;
	position: relative;
	z-index: 1;	
	-moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  height: 100%;
  padding: 8px;
	
}
#header #cart .heading h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left:13px;
	background: url(../image/shopping_cart.png) left 50% no-repeat;
}
#header #cart .heading a {
	text-decoration: none;
	width:100%;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 10px;
}
#header #cart .heading a span#cart-total{
 font-size:11px !important;
 font-weight:normal !important;
 text-transform: lowercase !important;	
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	left:-235px;
	*left:0;
	padding: 8px;
	width:220px;
	min-height: 150px;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	background: #FFF;
	font-weight:normal;
	z-index: 900;
}
#header #cart *{
  color:#555;
}
#header #cart.active .content {
	display: block;
	
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .mini-cart-info .name a{
  font-size:9px !important;
	text-transform: none !important;
}
#header #cart .cart .name small {
	color: #666;
	
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer !important;
	
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

/** search in top **/
#header #search {
	position: absolute;
	top: 117px;
	right: 5px;
	width: 200px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	right: 0px;
	top:1px;
	background:#000 url('../image/glyphicons-halflings-white.png') -40px 4px no-repeat;
	width: 28px;
	height: 23px;
	border-right: 1px solid #444;
	cursor: pointer;
	text-indent:-9999px;
	border-radius:0 3px 3px 0;
}
#header #search input {
	color: #eee;
	background: #333;
	padding: 1px 1px 1px 5px;
	padding:1px 1px 1px 5px !important \9;
	width: 192px;
	height: 21px;
	line-height:21px;
	border: 1px solid #444;	
	border-radius:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#header #welcome {
	position: absolute;
	top: 10px;
	right: 0px;
	z-index: 5;
	text-align: right;
	color: #555;
}
#header #welcome a {
	padding:0 5px;
	color:#f00;
	font-weight:bold;
	font-size:13px;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	color:#555;
	font-weight:normal;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #888;
}
#header .links a:hover{
  text-decoration:underline;
}

.breadcrumb {
  color: #555;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 5px 7px;
  margin: 15px 0px 10px -5px;
  text-transform: capitalize;	;
}
.breadcrumb a{
  color:#555;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-moz-box-shadow: 0px 3px 7px #000;
	-webkit-box-shadow: 0px 3px 7px #000;
	box-shadow: 0px 3px 7px #000;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
	color:#333;
	
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
}
table.list .desc {
	padding-right: 15px;
}
.pagination {
	border-top: 1px solid #888;
	padding-top: 8px;
	display: inline-block;
	width: 99%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #f00;
	background:#f00;
	font-size:12px;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #000;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #000;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color:#444;
}
/* button */
a.button, input.button {
	display: inline-block;
	padding-left: 6px;
	background: #2793AF;
	border: 0px solid #333;
	font-weight:normal;
	text-decoration: none;
	cursor: pointer;
	border-radius:0px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
}
a.button span{
  color: #fff;
}
input.button {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	font-size: 12px;
	text-transform: capitalize;
	display: inline-block;
	padding: 3px 5px !important;
}
a.button:hover, input.button:hover {
	background: #444;
}
.buttons {
	overflow: auto;
	padding: 6px;
	margin-bottom: 10px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	background:#38B0E3 url('../image/tab.png') repeat-x;
	background:#eee;
	padding: 7px 15px 6px 15px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #38B0E3;
}
.tab-content {
	border: 1px solid #ccc;
	border-top: 0px solid #888;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {

}
.box .box-heading {	
	background: url(../image/sa.jpg) left 50% no-repeat;
  color: #555;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0px 7px 15px;	
}
.box .box-content {
	padding: 0px;
}
.box .box-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box .box-content > ul > li {
	padding: 8px 8px 8px 0px;
}
.box .box-content > ul > li + li {
	border-top: 1px solid #333;
}
.box .box-content > ul > li > a {
	color: #D3CC00;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	text-decoration: none;
}
.box .box-content > ul > li ul {
	display: none;
}
.box .box-content > ul > li a.active {
	font-weight: bold;
}
.box .box-content > ul > li a.active + ul {
	display: block;
}
.box .box-content > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box .box-content > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box .box-content > ul > li ul > li > a.active {
	font-weight: bold;
}
/* box products */
.box-product {
	width: 100%;
	/*overflow: auto;*/
	text-align: center;	
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	width:180px;
	border:1px solid #fff;
	margin:15px 0px 0px;
	position:relative;
	background:#fff;
}
.box-product .button{
  padding:4px 7px !important;
  position:absolute;
  top:40%;
  left:30%;
  display:none;
}
.box-product div:hover .button{
  display:block;
}
.box-product .button span{
	padding:0px !important;
  border:0 !important;
}
#home-content .clearboth{
  clear:both;
}
#home-content .box{
 clear:both;
 margin:15px 0 0;
 background:#eee !important;
 height:auto;
 display:block;
 padding:0 0 10px;
	-moz-box-shadow: 0px 7px 7px #000;
	-webkit-box-shadow: 0px 7px 7px #000;
	box-shadow: 0px 7px 7px #000;
}
#home-content .box-product > div {
 margin-right: 8px !important;
 float:left;
 /*height:280px;*/
 width:186px;
 background:#fff;
}
#home-content .box-product > div.item1 {
 margin-left: 6px !important;
}
.box-product .item0{
 margin-right: 0px !important;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;	
}
.box-product .image img {
	padding: 0px;
}
.box-product .name{
  height:50px;
  height:80px;
  line-height:15px;
  margin:0 5px;
}
.box-product .name a {
	color: #444;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}
.box-product .name a:hover {
	color: #38B0E3;
}
.box-product .price {
	display: inline-block;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding: 5px 8px;
	margin-bottom: 4px;
	visibility:hidden;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
	margin-right: 3px;
}
.box-product .price-new {
	font-weight: bold;
  color:#38B0E3;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* left box */
#column-left .box{
	background:#5F9FCB;
	border:1px solid #3C86B7;
	border-bottom:4px solid #377BA8;
	
}
#column-left .box + .box{
 margin:15px 0 0 0;
}
#column-left .box .box-heading{
  background:url(../image/mod_box_color_header.png) left bottom repeat-x;
  margin:0 10px 10px;
  border:0;
  font-weight:normal;
  text-align:left !important;
  padding:10px 0 15px 0;
}
/* box category */
.box-category {
	margin-top: -5px;	
	border:1px solid #6FA9D0;
	border-top:0;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 0px;
	margin:0 10px;
}
.box-category > ul > li + li {
	border-top: 0px solid #333;
	background:url(../image/menu_sidebar_level1_color.png) repeat-x left top;
}
.box-category > ul > li > a {
	color: #fff;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
}
.box-category > ul > li ul {
	/*display: none;*/
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 0px;	
}
.box-category > ul > li ul > li + li{
  border-top:1px dotted #bbb;
}
.box-category > ul > li ul > li > a {
	color: #eee;
	font-size:12px;
	text-transform: capitalize;	
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
.box-category a:hover {
	text-decoration:underline;
}
/* content */
#content {
}
#content .content {
	padding: 10px;
	overflow: auto;
	margin:0 5px 20px 0;
	border: 1px solid #eee;
	color:#555;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	display:none;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
	margin-bottom:10px;
	overflow: auto;
	width:99%;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
#list_b {
    background: url(../image/list_a.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height:24px;
    margin-left:8px;
    margin-right:5px;
    width:25px;
	  float:left;
	  text-indent: -9999px;
}
#grid_a {
    background: url(../image/grid_a.png) no-repeat scroll 0 -24px transparent;
    display: inline-block;
    height:24px;
    text-indent: -9999px;
    width:25px;
}
.product-filter .display b{float:left; padding-top:5px; font-size:11px; font-weight:bold;}
#list_a {
    background: url(../image/list_a.png) no-repeat scroll 0 -24px transparent;
    display: inline-block;
    height:24px;
    margin-left:8px;
    margin-right:5px;
    text-indent: -9999px;
    width:25px;
	float:left;
}
#grid_b {
    background: url(../image/grid_a.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height:24px;
    width:25px;
    text-indent: -9999px;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display:none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	/*overflow: auto;*/
	margin-bottom: 10px;
	float:left;
	margin-right:0.9%;
	position:relative;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 0px solid #EEEEEE;
	padding-top: 0px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
	position:absolute;
	right:5px;
	top:0;
	width:180px;
	height:50px;
}
.product-list .name a {
	color: #333;
	text-decoration: none;
	display:block;
	line-height:15px !important;
	text-align:right !important;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
	display:none;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 22px;
	position:absolute;
	right:5px;
	top:70px;
	visibility:hidden;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color: #38B0E3;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	position:absolute;
	right:5px;
	top:100px;
	visibility:hidden;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	/*overflow: auto;*/
	background:#fff;
}
.product-grid > div {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
	margin-left: 2px;
	margin-bottom: 15px;
	*float:left;
  *height:300px;
  border: 1px solid #fff;
  position:relative;
  padding:0px;
}
.product-grid .item0{
 margin-right:0 !important;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;
}
.product-grid .name{
  height:50px;
  height:80px;
  margin:0 5px;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	line-height:15px;
	text-align:center;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #38B0E3;
	margin-bottom: 4px;	
	visibility:hidden;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	display:none;
	position:absolute;
	top:40%;
	left:25%;
	visibility:hidden;
}
.product-grid .cart .button{
  background:#2793AF !important;
}
.product-grid div:hover .cart{
  display:block;
  visibility:hidden;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	color: #333;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 338px;
	margin-left: 400px;
}
.product-info .image {
	border: 1px solid #eee;
	float: left;
	margin-bottom: 20px;
	/* padding: 10px; */
	text-align: center;
}
.product-info .image-additional {
	width: 400px;
	margin-left: -5px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}
.product-info .description {
	/* border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7; */
	line-height: 18px;
	color: #333;
	overflow:hidden;
}
.product-info .description a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.attrib{
	height:95px;
}
.product-info .price {
	font-weight: bold;
	font-family: sans-serif;
	text-transform: uppercase;
	line-height: 30px;
	color: #2D96E9;
	float:right;
	width:43% !important;
	height:95px;
	text-align:left;
}
.product-info .price-old {
	color: #f00;
	text-decoration: line-through;
	font-size: 22px;
}
.product-info .price-new {
	font-size: 35px;

}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 0px 5px;
	margin-bottom: 0px;
	color: #333;
}
.product-info .options h2{
 color:#333;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	overflow: auto;
	margin-bottom: 5px;
	font-size:15px;
	font-weight:bold;
}
.product-info .cart input[name="quantity"]{
  width:50px;
  height:25px;
  font-size:15px;
  border:1px solid #ccc;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .quantity, .cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	background:#444 url(../image/shoppingCartIcon2.png) 3px 50% no-repeat;
	border: 0px solid #DBDEE1;
	border-bottom:1px solid #333;
	padding: 8px 8px 8px 35px;
	font-weight: bold;
	font-size: 13px;
	color: #eee;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* banner */
.banner{
	text-align: center;
	height:150.3px !important;
	width:157.3px;
	float:left;
	border:2px solid #333;
	margin:10px 3.5px 10px 0px;
	overflow:hidden;
}
.banner div img {
  padding:0;
  margin:0px;
}
#banner5{
  margin:10px 0px 10px 0px;
}
/*  foot site map */
.site-map{
	clear:both;
	position: relative;
	padding:0;  
	margin: 15px 0 0;
}
.site-map-content{
  margin:0 10px 10px;
  padding:0 0 10px;

}
.site-map a.main-1-sitemap{
	font-weight:bold;
	color: #444;
	margin-right:10px;
	text-decoration:none;
}
.site-map a.main-2-sitemap{
	font-weight:normal;
	color: #555;
	margin-right:10px;
	text-decoration:none;
}
.site-map a:hover{
	text-decoration:underline;
}
.site-map .site-map-heading{
  background: url(../image/sa.jpg) left 50% no-repeat;
  color: #555;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 0px 7px 15px;
  font-weight:normal;
}
#home-category{
	clear:both;
	display:block;
	margin:10px auto;
	height:220px;
}
#home-category dl{
 	list-style:none;
 	margin:5px;
 	padding:2px;
 	width:23.3%;
 	float:left;
 	border:1px solid #eee;
 	position:relative;
 	text-align:center;
 	height:200px; 	
}
#home-category dl:hover{
  border:1px solid #f50;
}
.home-category-hover{
 	display:none;
}
#home-category dl:hover .home-category-hover{
  display:block;
  z-index:999;
  height:100%;
  width:100%;
  background:url(../image/grid.gif) repeat 0 0;
  position:absolute;
  top:0;
  left:0;
}
/* by ak */
.category-list ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.category-list ul li {
    border: 1px solid #eee;
    border-radius: 6px 6px 6px 6px;
    float: left;
    height: 140px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 10px 1%;
    text-align: center;
    width: 16.9%;
}
.category-list ul li a{
  color:#444;
}
#tab-related{
}
#tab-related .box-product > div {
   width:240px;
   margin:5px 11px 10px 2px !important;
 
}
#tab-related .box-product > div.item0{
   margin:5px 0 10px 2px !important;
}
/* add new  */
#menu{		
	margin-top:10px;
	width: 100%;
	z-index:100;
	min-height:35px;
	background-color:#f00;
	background-image:-moz-linear-gradient(top,#f00,#f00);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f00),to(#f00));
	background-image:-webkit-linear-gradient(top,#f00,#f00);
	background-image:-o-linear-gradient(top,#f00,#f00);
	background-image:linear-gradient(to bottom,#f00,#f00);
	background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000',endColorstr='#ff0000',GradientType=0);
	border-top:2px solid #f00;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);
	box-shadow:0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0px 3px 5px #f00;
	-webkit-box-shadow: 0px 3px 5px #f00;
	box-shadow: 0px 3px 5px #999;
	*zoom:1;
}
#menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	height:35px;
}
#menu > ul > li + li{
	border-left: 1px solid #f00;
}
#menu ul li:hover {
}
#menu > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	z-index: 6;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px !important;	
	line-height:35px;
	height:35px;
	padding:0 10px;
}

#menu > ul > li:hover > a {
	background-position: 0 -158px;
	color: #fff;	
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	top:35px;
	left: 0;
	border: 0px solid #35c3cc;
	padding:10px;
	z-index:999;
	background:#FFFFFF;
  box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.7);
}
#menu ul ul{
  z-index: 999;  
}
#menu > ul > li:hover > div {
	display: table;
	*display:block;
}
#menu ul li div ul {
	/*display: table-cell;*/
	list-style:none;
	padding:0;
	margin:0;
}
#menu ul li ul + ul {
	/*padding-left: 20px;*/
}

#menu > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#fff;
	border-top: 0px solid #252525;
	color: #333 !important;
	text-transform: normal;  
}
#menu > ul > li ul > li > a img{
 float:left;
}
#menu > ul > li ul > li > a span{
  display:block;
  width:auto;
  margin:0 0 0 5px;
  height:30px;
  line-height:30px;
  float:left;
}
#menu ul li ul li a:hover {
	color: #f00;
}
#menu ul li div ul li{
 width:100%;
 float:left !important;	
 display:block;
}
#menu > ul > li ul > li{
  position:relative;
}
#menu > ul > li ul > li .hot{
  position:absolute; 
  right:0px;
  top:10px;
  background:url(../image/hot-icon.gif) left top;
  width:17px;
  height:8px;
  display:block !important;	
}
#menu *{z-index:999 !important;}
/* club */
.menu_1 .submenu-1{
  width:960px; 
  left:4px !important;
  border:3px solid #d40202 !important;
  border-top:0;
}
.menu_1 .submenu-1 ul{
  width:15%;  
  float:left;
  padding:65px 0.8% 0 !important;
  background-color:#fff !important;
}
.menu_1 .submenu-1 ul + ul{
  border-left:1px dashed #ccc;  
}
.menu_1 .submenu-1 ul li{
  padding:0 0 0 0px;
  border-top:5px solid #ccc;
  height:20px !important; 
  line-height:20px !important; 
}
.menu_1 .submenu-1 ul li + li{
  border-top:0px solid #ccc;
}
/********** league bof **************/
/******** premier league *********/
.menu_1 .submenu-1 ul.submenu-column-1{
  background:url(../image/column_1.jpg) 0px 0px no-repeat;
}
/******** Bundesliga league *********/
.menu_1 .submenu-1 ul.submenu-column-2{
  background:url(../image/column_2.jpg) 0px 0px no-repeat;
}
/******** Spanish La Liga *********/
.menu_1 .submenu-1 ul.submenu-column-3{
  background:url(../image/column_3.jpg) 0px 0px no-repeat;
}
/******** Italian Serie A *********/
.menu_1 .submenu-1 ul.submenu-column-4{
  background:url(../image/column_4.jpg) 0px 0px no-repeat;
}
/******** French Ligue 1 *********/
.menu_1 .submenu-1 ul.submenu-column-5{
  background:url(../image/column_5.jpg) 0px 0px no-repeat;
}
/******** other league *********/
.menu_1 .submenu-1 ul.submenu-column-6{
  background:url(../image/column_6.jpg) 0px 0px no-repeat;
  padding-right:0 !important;
}
/********** league eof **************/

/* nation */
.menu_3 .submenu-3 ul li{
  width:23% !important;  
  margin:0 1%;
  float:left;
  border-bottom:1px dashed #ccc;
}

.menu_4 .submenu-4 ul li{
  width:31% !important; 
  width:170px !important \9;	
  margin:0 1%;
  float:left;
  border-bottom:1px dashed #ccc;
}
.menu_5 .submenu-5 ul li{
  width:31% !important; 
  width:170px !important \9;	
  margin:0 1%;
  float:left;
  border-bottom:1px dashed #ccc;
}
.menu_3 .submenu-3 ul li a,.menu_4 .submenu-4 ul li a,.menu_5 .submenu-5 ul li a{
  display:block !important \9;
  width:170px !important \9;	
}
.submenu-column-10 li{
	float:right !important;
}
.menu_3 .submenu-3 ul li:hover,.menu_4 .submenu-4 ul li:hover{
  background:#f00 !important;
}
.submenu-1 div{
  width:960px;
  height:20px;
  border:0;
  clear:both;
}
.submenu-3 div{
  width:700px;
  height:20px;
  border:0;
  clear:both;
}
.submenu-4 div{
  width:550px;
  height:20px;
  border:0;
  clear:both;
}
.submenu-5 div{
  width:550px;
  height:20px;
  border:0;
  clear:both;
}
.submenu-3 div ul li,
.submenu-4 div ul li{
  height:35px !important; 
  line-height:35px !important; 
}
.submenu-3 ul > li > a,
.submenu-4 ul > li > a,
.submenu-5 ul > li > a{
  height:35px !important; 
  line-height:35px !important; 
}
.submenu-3 ul > li > a:hover,
.submenu-4 ul > li > a:hover{
  text-decoration:underline !important;
}
.submenu-6 div,
.submenu-7 div,
.submenu-8 div,
.submenu-9 div{
  height:20px;
  border:0;
  clear:both;
}
#menu a:hover{
  text-decoration:underline !important;
}
#menu ul #home {
  background:url("../image/home.png") no-repeat scroll 50% 50% transparent;
  height: 35px;
  padding: 0 2px 0 0;
  width: 34px;
}
#menu ul #home a{
background:none !important;
display:block;
height:35px;
}
.menu_2{
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #menu ul li a {font-size:10px;font-family: 'Expletus Sans',Arial, cursive;}
}
#button-cart{
 background:#333 url(../image/shoppingCartIcon2.png) no-repeat 5px 50%;	
 padding-left:30px;
}
.footer_block_left{
  width:755px;
  float:left;
  margin:20px 0 0;
}

.footer_block_left .blog-item a{
  color:#333;
}
.footer_block_right{
  width:215px;
  float:left;
  margin:20px 0 20px 15px;
}
.footer_block_right .welcome{
  display:none;
}
.footer_block_left #welcome img{
  float:left;
  padding:3px 10px 3px 0px;
}
.footer_block_left #welcome .text_about{
  line-height:20px;
  padding:0 5px 0 0;
  color:#555;
}
.footer_block_right{
  background:url(../image/loctite-china.jpg) no-repeat left top;
  padding:130px 0px 0;
 
}
.footer_block_right .box{
  margin:10px 0 0;
}
.footer_block_right .box ul li{
    border-bottom: 1px dotted #555;
}
.footer_block_right .box ul li + li{
    border-top: 0px dotted #555;
}
.footer_block_right .box ul li a{
  color: #555;
  font-weight: normal;
}
/* footer */ 
#footer{
	clear: both;
	color: #ccc;	
	display:block;
	height: 30px;
	background: #151515;
	-moz-box-shadow: 0px 3px 7px #000;
	-webkit-box-shadow: 0px 3px 7px #000;
	box-shadow: 0px 7px 3px #000;
	text-align:center;
}

#footer ul{
	margin:0px auto;
	padding:0px;
	display:block;
	list-style: none;
}
#footer ul li{
	float:left;
}
#footer a{
	font-size: 12px;
	display: block;
	height:30px;
	line-height:30px;
	background:url("../image/bullet1.png") no-repeat  5px 11px;
	text-decoration: none;
	text-transform: capitalize ;
	padding:0 5px 0 15px;
	color: #ccc;
}
#footer a:hover{
	color: #f2f2f2;
	text-decoration: none;
}
#powered {
	margin: 20px 0;
	text-align: left;
	clear: both;
	color: #555;
}
#powered a, #powered a:visited {
	color: #555;
	padding:0 5px;
}

.footer-contact{
  text-align:center;
  padding:10px auto 20px;
  margin: 0 0 20px;
}
/** top phone **/
#header .telephone{
  position: absolute;
	top: 7px;
	right: 5px;
	width:478px;
	height:107px;
}
.telephone dl{width:100%;padding:0px 0 0 18px;}
.telephone dl dd{width:230px;}
.telephone dl dd , .phone dl dd div, .phone dl dd img, .phone dl dd h3, .phone dl dd span, .phone dl dd p{float:left;}
.telephone dl dd div{width:100%;padding:10px 0 4px;clear:both;}
.telephone dl dd img{padding:0px 4px 0 0;float:left;}
.telephone dl dd h3{width:160px;color:#d30000;font-size:16px;line-height:16px;font-weight:normal;}
.telephone dl dd span{width:160px;font-family:Segoe UI;color:#8E8C8C;}
.telephone dl dd p{width:100%;color:#d30000;font-family:Impact;font-size:28px;line-height:28px;}
.telephone dl dd .consult_img{padding-left:15px;}
.telephone dl dd .online{float:left;width:113px;color:#3b3b3b;height:34px;line-height:34px;background:url(../image/icon_online.gif) 0 0 no-repeat;}
.telephone dl dd .online q{float:left;line-height:30px;padding-left:46px;cursor:pointer;}
.telephone dl dd a.online:hover{color:#D30000;}

/** product phone **/
.telephones{
	height:147px;
}
.telephones dl{width:100%;padding:0px;}
.telephones dl dd{width:230px;}
.telephones dl dd , .phone dl dd div, .phone dl dd img, .phone dl dd h3, .phone dl dd span, .phone dl dd p{float:left;}
.telephones dl dd div{width:100%;padding:10px 0 4px;clear:both;}
.telephones dl dd img{padding:0 4px 0 0;float:left;}
.telephones dl dd h3{width:160px;color:#d30000;font-size:16px;line-height:16px;font-weight:normal;}
.telephones dl dd span{width:160px;font-family:Segoe UI;color:#8E8C8C;}
.telephones dl dd p{width:100%;color:#d30000;font-family:Impact;font-size:28px;line-height:28px;}
.telephones dl dd .consult_img{padding-left:15px;}
.telephones dl dd .online{float:left;width:113px;color:#3b3b3b;height:34px;line-height:34px;background:url(../image/icon_online.gif) 0 0 no-repeat;}
.telephones dl dd .online q{float:left;line-height:30px;padding-left:46px;cursor:pointer;}
.telephones dl dd a.online:hover{color:#D30000;}

.blogcreate{
	text-align:right;
  font-size:10px;
  display:block;
  color:red;
}

#column-left .box-product > div{
 margin:0px 0px 0px;
 padding:5px;
 border:0px dotted #ccc;
 border-bottom:1px dotted #ccc;
}
#column-left .box-product .name{
  height:auto !important;
  text-align:left;
}
#column-left .box-product .name strong{
  color:red;
  font-size:20px;
}
#column-left .box-product .name img{
 float:left;
}
#tab-description table{
	border:1px solid #ccc;
}
#tab-description table td{
 border:1px solid #ccc;
 padding:5px;
 text-align:center;
}

